Vcenter NamespaceManagement SupervisorServices Versions Info

Vcenter NamespaceManagement SupervisorServices Versions Info
Vcenter NamespaceManagement SupervisorServices Versions Info

The Vcenter NamespaceManagement SupervisorServices Versions Info schema contains detailed information about a Supervisor Service version.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "display_name": "string",
    "description": "string",
    "eula": "string",
    "content_type": "string",
    "content": "string",
    "trust_verified": false,
    "state": "string",
    "registered_by_default": false
}
string
display_name
Required

The human readable name of the Supervisor Service version.

This property was added in vSphere API 7.0.3.0.

string
description
Optional

A human-readable description of the Supervisor Service version.

This property was added in vSphere API 7.0.3.0.

If missing or null, no description is available for the Supervisor Service version.

string
eula
Optional

The End User License Agreement (EULA) associated with the Supervisor Service version.

This property was added in vSphere API 7.0.3.0.

If missing or null, no EULA is available for the Supervisor Service version.

string
content_type
Required

The content type of content.

For more information see: Vcenter NamespaceManagement SupervisorServices Versions ContentType.

This property was added in vSphere API 7.0.3.0.

string
content
Optional

Inline content that contains base64 encoded service definition for the version.

This property was added in vSphere API 7.0.3.0.

If missing or null, no content is available for the Supervisor Service version.

boolean
trust_verified
Required

If true, the Supervisor Service version is from trusted provider and the trust is verified.

This property was added in vSphere API 7.0.3.0.

string
state
Required

The current Vcenter NamespaceManagement SupervisorServices Versions State of the version.

For more information see: Vcenter NamespaceManagement SupervisorServices Versions State.

This property was added in vSphere API 7.0.3.0.

boolean
registered_by_default
Optional

If true, this Supervisor Service version has been registered on vCenter by default and cannot be removed. If false, this service version has been registered by an administrator.

This property was added in vSphere API 8.0.3.0.

This property is optional because it was added in a newer version than its parent node.